.. _`Filter rows in Tables`: .. _`org.sysess.sympathy.filters.columnfiltertables`: Filter rows in Tables ````````````````````` .. image:: filter.svg :width: 48 Filter column using Tables. Documentation ::::::::::::: Auto generated list version of :ref:`Filter rows in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: port0, port1. :Looped Outputs: port0. For details see the original node. Definition :::::::::: Input ports ........... **port0** [table] Reference Table **port1** [table] Value Table Output ports ............ **port0** [table] Filtered Table Configuration ............. **Reference** (c0_column) Select reference column from the Reference Table. **Value** (c1_column) Select value column from the Value Table. **Operator** (filter_functions) Predefined conditional operator. **Custom filter** (predicate_function) Conditional operator defined as a lambda function **Use custom filter function** (use_custom_predicate) Use custom filter instead of predefined operator. Related nodes ............. * :ref:`org.sysess.sympathy.filters.columnfilternode` * :ref:`org.sysess.sympathy.data.table.selecttablerows` * :ref:`org.sysess.sympathy.data.table.selecttablerowsfromtable` * :ref:`org.sysess.sympathy.slice.columns.table` Implementation .............. .. automodule:: node_table_filter :noindex: .. class:: ColumnFilterTables :noindex: